const github.com/refraction-networking/utls.alertNoRenegotiation
9 uses
github.com/refraction-networking/utls (current package)
alert.go#L51: alertNoRenegotiation alert = 100
alert.go#L88: alertNoRenegotiation: "no renegotiation",
conn.go#L843: case alertNoRenegotiation, alertCloseNotify:
conn.go#L1280: return c.sendAlert(alertNoRenegotiation)
conn.go#L1285: return c.sendAlert(alertNoRenegotiation)
conn.go#L1288: return c.sendAlert(alertNoRenegotiation)
u_conn.go#L922: return c.sendAlert(alertNoRenegotiation)
u_conn.go#L927: return c.sendAlert(alertNoRenegotiation)
u_conn.go#L930: return c.sendAlert(alertNoRenegotiation)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |